From 973c046e3c6f45aa00b02a784646d8fedde1b689 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 28 Sep 2005 20:30:07 +0000 Subject: [PATCH] Disable debug code --- gpsbabel/pathaway.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/pathaway.c b/gpsbabel/pathaway.c index 909b3e25a..dfefb8f4a 100644 --- a/gpsbabel/pathaway.c +++ b/gpsbabel/pathaway.c @@ -69,7 +69,7 @@ static arglist_t ppdb_args[] = {0, 0, 0, 0, 0 } }; -#define PPDB_DEBUG 1 +#undef PPDB_DEBUG #if PPDB_DEBUG static void @@ -90,7 +90,7 @@ internal_debug2(const char *format, ... ) } #define DBG internal_debug1(__FILE__, __LINE__);internal_debug2 #else -#define DBG # ; +#define DBG ; #endif -- 2.30.2